Add gtk_widget_path_get_type to the headers
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Dec 2010 14:50:01 +0000 (09:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Dec 2010 14:50:01 +0000 (09:50 -0500)
Bug 636591

docs/reference/gtk/gtk3-sections.txt
gtk/gtkwidgetpath.h

index 32759d9b215d34bbbf40ebdd6f29ef3a0fcdbe1e..261cf311965d85c98bd772aea3ae944bb2ffad9f 100644 (file)
@@ -5291,6 +5291,12 @@ gtk_widget_path_iter_set_widget_type
 gtk_widget_path_length
 gtk_widget_path_new
 gtk_widget_path_prepend_type
+
+<SUBSECTION Standard>
+GTK_TYPE_WIDGET_PATH
+
+<SUBSECTION Private>
+gtk_widget_path_get_type
 </SECTION>
 
 <SECTION>
index 801906c68f09c21dab2479887c07251a4fbb91d1..b069fe61e35efb5b310ed8b132a5e139daeec8b0 100644 (file)
@@ -31,8 +31,10 @@ G_BEGIN_DECLS
 
 typedef struct _GtkWidgetPath GtkWidgetPath;
 
+#define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ())
 
-GtkWidgetPath * gtk_widget_path_new (void);
+GType           gtk_widget_path_get_type            (void) G_GNUC_CONST:
+GtkWidgetPath * gtk_widget_path_new                 (void);
 
 GtkWidgetPath * gtk_widget_path_copy                (const GtkWidgetPath *path);
 void            gtk_widget_path_free                (GtkWidgetPath       *path);